home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10271 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  852 b 

  1. Path: news1.erols.com!newsmaster@erols.com
  2. From: winstanl@clark.net (Roger Winstanley)
  3. Newsgroups: comp.lang.c
  4. Subject: HELP! How can I create a file system in ram?
  5. Date: 16 Mar 1996 12:56:48 GMT
  6. Organization: Home
  7. Message-ID: <4iedqg$qdn@news5.erols.com>
  8. NNTP-Posting-Host: as4s58.erols.com
  9. Mime-Version: 1.0
  10. Content-Type: Text/Plain; charset=ISO-8859-1
  11. X-Newsreader: WinVN 0.99.5
  12.  
  13. Is there a way in C to create a file system in ram.  I have a task
  14. that needs to load an image many times to multiple processors.  I would
  15. like to load the image from disk to the memory of one processor and then
  16. have that processor load the rest of the processor's from it's local 
  17. memory.  The problem is that the image loader needs to be passed a path
  18. name to a file.  Can I create a file system in ram that would look like
  19. a disk access?
  20.  
  21. Thanks,
  22.  
  23. Roger Winstanley
  24.  
  25.